Release 10.1A: OpenEdge Development:
Progress 4GL Reference


DISABLE-LOAD-TRIGGERS( ) method

Allows a user to subsequently create or update a buffer object’s table without firing update triggers such as CREATE, WRITE, ASSIGN, or DELETE.

Return type: LOGICAL

Applies to: Buffer object handle

Syntax
DISABLE-LOAD-TRIGGERS (allow-replication) 

allow-replication

A logical expression that allows the following replication triggers to run when you set allow-replication to true: REPLICATION-CREATE, REPLICATION-DELETE, and REPLICATION-WRITE.

To run this method, the end user must have CAN-LOAD privileges for the table.

Triggers cannot be loaded from a persistent procedure.

The triggers remain disabled until the procedure in which it is disabled returns.

See also

DISABLE TRIGGERS statement


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095